PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package
/
PDFRawImage Class
/ setHeight Method
The image height in pixels.
Collapse All
Expand All
In This Topic
setHeight Method
In This Topic
Gets the image height.
Syntax
public
void
setHeight(
int
height
)
Parameters
height
The image height in pixels.
Exceptions
Exception
Description
java.lang.IllegalArgumentException
When height is less than or equal to 0.
See Also
Reference
PDFRawImage Class
PDFRawImage Members